Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.
If the current value is a null reference, this property returns an empty string.
If the current value is not null
, but is invalid in some other way, this property returns a decimal string representation of the current value.
If the current value is valid, this property returns a corresponding string from the EnumStrings property. If this string is empty, and the SubstituteEmptyStates is true
, the string is substituted by formatting the current value using a format string taken from the SubstituteStateFormat property.